Conversation
b6a189f to
d9908eb
Compare
|
I have being using it and it works like a charm. Maybe just a good idea to be clearer on the instruction about setting remote control. I mean, I was just setting as |
The strategy adds support for :Make/:Dispatch and :Start/:Spawn task execution using Kitty windows and tabs. :Make/:Dispatch tasks use kitty's get-text[^1] feature to avoid piping command outputs. This allows interactive debugging sessions and complex TUIs to function. It also allows outputs to display in color during execution and capture the output without ANSI codes. Environment isolation is implemented using the `--copy-env` and `--env` flags. Environment variables are copied over except the ones set by (neo)vim itself. [^1]: https://sw.kovidgoyal.net/kitty/remote-control/#kitten-get-text
d9908eb to
7e58255
Compare
Author
@kelvinst, thank you for the tip. I added an example kitty config with some explanation and a reference to the neovim issue tracker. |
7e58255 to
53defe1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The strategy adds support for
:Make/:Dispatchand:Start/:Spawntask execution using the Kitty terminal emulator's windows and tabs.:Make/:Dispatchtasks use kitty's get-text1 feature to avoid piping command outputs. This allows interactive debugging sessions and complex TUIs to function. It also allows outputs to display in color during execution and capture the output without ANSI codes.Environment isolation is implemented using the
--copy-envand--envflags. Environment variables are copied over, except the ones set by (neo)vim itself.vim-dispatch-kitty.mp4
👋 Hey Mr. Pope,
A huge fan here. I've used this plugin for the last decade. I'm grateful for your work and glad that this plugin helped me have fun and earn a living.
I used this plugin with the tmux strategy since the beginning. Lately, I grew apart from tmux and started using the multiplexing capabilities of the Kitty terminal emulator.
I've been testing this patch for the last month and have fixed all the issues I encountered. It's my first major Vimscript project, so I'm unsure if everything meets the standards.
Please let me know if this strategy is something you would like to add to this esteemed plugin.
Footnotes
https://sw.kovidgoyal.net/kitty/remote-control/#kitten-get-text ↩